MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> Class
Members

GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> Class
Provides data for the FetchItem event.
Object Model
GenericCache.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory> Class
Syntax
'Declaration
 
Public NotInheritable Class GenericCache.FetchItemEventArgs
    (Of TKey,TValue,TCacheNodeFactory As {New, CacheNodeFactory(Of TKey,TValue)}) 
   Inherits System.EventArgs
 
Type Parameters
TKey
TValue
TCacheNodeFactory
Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.Viewer.Common.Implementation.GenericCache`3.FetchItemEventArgs<TKey,TValue,TCacheNodeFactory>

See Also